home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6987 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: WriteChunkyPixels() and gfx cards/cgfx
  5. Date: 7 Apr 1996 02:30:32 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4k79c8$4gr@sunsystem5.informatik.tu-muenchen.de>
  9. References: <503.6668T1010T1244@Redrobe.demon.co.uk>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Mike Redrobe (Mike@Redrobe.demon.co.uk) wrote:
  14. : Hi all,
  15.  
  16. : quick query:
  17.  
  18. : is GfxBase->ChunkyToPlanarPtr non-NULL on cybergraphics/CV64
  19.  
  20. : In the autodocs this is supposed to be for a pointer to custom c2p hardware...
  21. : the CV64 has c2p hardware, so will this flag tell me?
  22.  
  23. well, don't know, but most gfx-card have _p2c_ hardware, i.e. to get the
  24. usual planes into the chunky format used on the gfx-card.
  25.  
  26.  
  27. : ..or am I best using WritePixelArray8  (for gfx cards)
  28.  
  29. Yes, indeed. Will cause a simple copy of chunky data.
  30.  
  31. On AGA it is slow, you need a own c2p routine then.
  32.  
  33.  
  34. : Mike
  35.  
  36. : --
  37. : ---------------------------------------------------------------------------
  38. : Mike Redrobe - Mike@Redrobe.demon.co.uk         MikeRR on #Amiga
  39. : ---------------------------------------------------------------------------
  40.  
  41.